CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 形态学 matlab

搜索资源列表

  1. counting

    1下载:
  2. 运用matlab的形态学,把一幅图片的豆子数目数出来的程序,自己编的,希望和大家分享!-Morphology using matlab to a number of pictures a few beans out of the procedure, its own series, and would like to share!
  3. 所属分类:Graph program

    • 发布日期:2017-03-27
    • 文件大小:47362
    • 提供者:陈濛
  1. watershed_serial

    1下载:
  2. 分水岭分割方法,是一种基于拓扑理论的数学形态学的分割方法,其基本思想是把图像看作是测地学上的拓扑地貌,图像中每一点像素的灰度值表示该点的海拔高度,每一个局部极小值及其影响区域称为集水盆,而集水盆的边界则形成分水岭。分水岭的概念和形成可以通过模拟浸入过程来说明。在每一个局部极小值表面,刺穿一个小孔,然后把整个模型慢慢浸入水中,随着浸入的加深,每一个局部极小值的影响域慢慢向外扩展,在两个集水盆汇合处构筑大坝,即形成分水岭。 -Watershed segmentation method is a
  3. 所属分类:Other systems

    • 发布日期:2017-05-13
    • 文件大小:3496408
    • 提供者:王帅
  1. cheliuliang

    0下载:
  2. 车辆检测方法,背景差分,图像预处理,数学形态学处理-Vehicle detection methods, background difference, image pre-processing, mathematical morphology processing
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1542
    • 提供者:山林之乐
  1. Morph

    0下载:
  2. 本程序能对一个数字图象完成数学形态学的四个基本运算。对bmp格式的图像进行灰度化处理,再进行阈值分割运算,最后可在菜单中选择进行形态学变换,包括腐蚀、膨胀、开、闭、细化等运算。-This procedure can be completed on a digital image of the four basic operations on mathematical morphology. Bmp format for grayscale image processing, further th
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4381033
    • 提供者:xinxin
  1. 12

    0下载:
  2. 程序代码说明 用Prewitt算子检测图像的边缘 用不同σ值的LoG算子检测图像的边缘 用Canny算子检测图像的边缘 图像的阈值分割 用水线阈值法分割图像 对矩阵进行四叉树分解 将图像分为文字和非文字的两个类别 形态学梯度检测二值图像的边缘 形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象 -Program code shows the image using Prewitt edge de
  3. 所属分类:Graph program

    • 发布日期:2017-04-24
    • 文件大小:42545
    • 提供者:lmj
  1. chengxu

    0下载:
  2. 本程序应用了取两次阈值、基于特征的逻辑、二值形态学和相连成分的标识,确定了钢的显微图像中颗粒的边界,标识了不同的颗粒。-This procedure applies to take the two threshold values, based on characteristics of logic, binary morphology and connected component labeling, to determine the microstructure of steel grain
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:64073
    • 提供者:zhaofei
  1. duochidushang

    0下载:
  2. 提出了一种基于数学形态学的多尺度熵权边缘检测方法。信息熵为图像的内在特性,由它来决定不同结构元 素所提取的边缘在最终合成边缘中所占的比重,是自适应的和客观的-A multi-scale based on mathematical morphology edge detection method of entropy. Information entropy inherent characteristics of the image, from which different structur
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:128769
    • 提供者:wangcong
  1. MATLAB_Image_Processing

    0下载:
  2. MATLAB进行图像处理的一些实用程序,有图像增强 ,图像复原的,还有神经网路的,还有一些实例,比如形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象 。内附说明,希望能够对正在进行数字图像处理学习的人有帮助-MATLAB image processing some of the practical procedures, image enhancement, image restoration, as well as neural networks, there are some in
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:85787
    • 提供者:zhangpeng
  1. matlab_image_cancer

    0下载:
  2. 癌细胞的识别,实现阈值分割,细胞核分割,膨胀与腐蚀,形态学分类识别-Identification of cancer cells to achieve threshold segmentation, nuclear division, expansion and corrosion, morphological classification
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:34674
    • 提供者:rengy
  1. ex_17_3

    1下载:
  2. 利用图像分割检测细胞,在获得细胞的边缘后,使用形态学中的膨胀操作和填充操作使细胞边缘跟光滑。-Cells were detected by image segmentation, the edge in access to cells, use the morphology of the expansion of operations and fill with the smooth operation of the cell edge.
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:836
    • 提供者:力量
  1. Nero

    1下载:
  2. 编写基本的图像处理程序,包括功能: 图像的读取、存储、显示(bmp、jpg等常用格式) 图像剪切、缩放 图像色彩变换(彩色->灰度等) 基本直方图变换和直方图均衡化 图像平滑与锐化 边缘抽取 阈值化 离散傅立叶变换 二值形态学处理(腐蚀、膨胀、开运算、闭运算) -Preparation of basic image processing procedures, including functions: image reading,
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-05-29
    • 文件大小:8239
    • 提供者:Nero
  1. TargetDetection

    1下载:
  2. 目标检测(小目标或点目标检测,基于数学形态学的目标检测)-Target detection (small target or target detection, target detection based on mathematical morphology)
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:854
    • 提供者:lwh
  1. l1_ls_matlab_(new-2008)

    0下载:
  2. l1_ls 是一个目前最好的求解稀疏矩阵方程解的算法之一,这是作者发布的最新 MATLAB 源代码。-l1_ls: A Matlab solver for l1-regularized least squares problems. BETA version, May 10 2008 COPYRIGHT (c) 2007 Kwangmoo Koh, Seung-Jean Kim and Stephen Boyd. Permission to use, copy,
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:80063
    • 提供者:bsmsht
  1. skeleton

    1下载:
  2. 用形态学中骨骼化方法实现了图像细化,为后续工作如特征点提取提供了良好的素材-Method with skeletal morphology achieved thinning, for the follow-up, such as feature extraction provides a good material
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:518
    • 提供者:zrq-kathryn
  1. simulatedata

    0下载:
  2. 利用数学形态学开闭设计滤波器消除漂移信号-Opening and closing design using mathematical morphology filter to eliminate signal drift
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1021
    • 提供者:张春勋
  1. 61IC_H412

    0下载:
  2. 基于数字图像处理,实现一个汽车车牌字符分割的仿真系统。要求系统具有读入车牌图像、预处理、多种图像分割和形态学滤波等功能。-Based on digital image processing, the realization of a car license plate character segmentation of the simulation system. Requires a system with read license plate images, preprocessing, a
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:244387
    • 提供者:alien
  1. PDE_in_image_processing

    2下载:
  2. 包含五个文件夹。 (1)MATLAB程序:其中包含10余个MATLAB程序或(函数)的源代码。程序中所作的注释,与书中关于对应算法的描述是一致的 (2)二值图像:其中的图像可供形态学图像处理实验用,也可通过提取对象的边界,供曲线演化实验使用。 (3)灰度图象和彩色图像:其中的图像,可以作为图像分割,平滑滤波,反差增强,彩色增强以及图像放大等实验的素材。 (4) 视频剪辑:,"two_cells"是采用改进的变分水平集方法,实现GAC模型图像分割的演化过程;"denoissing
  3. 所属分类:Special Effects

    • 发布日期:2017-05-23
    • 文件大小:7247777
    • 提供者:钱得龙
  1. a

    0下载:
  2. 基于小波变换和数学形态学的遥感图像边缘检测,克服了sobel算子的缺陷-Based on wavelet transform and mathematical morphology edge detection for remote sensing image, to overcome the shortcomings sobel operator
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:127842
    • 提供者:董小龙
  1. GonzalezDigitalImageProcessingMATLABversion

    0下载:
  2. 本书在介绍MATLAB编程基础知识之后,主要围绕数字图像处理的主干内容展开。这些内容包括:亮度变换、线性和非线性空间滤波、频率域滤波、图像复原与配准、彩色图像处理、小波、图像数据压缩、形态学图像处理、图像分割、区域和边界的表示与描述以及目标识别。-Book introduces the basics of MATLAB programming, the main focus on the backbone of the contents of digital image processing t
  3. 所属分类:Special Effects

    • 发布日期:2017-06-13
    • 文件大小:20545536
    • 提供者:张云
  1. yuanchuang1

    0下载:
  2. 车牌识别的一个完整程序,其中定位方式用的是形态学办法,识别部分是神经网络,程序比较简单,但能实现系统识别要求,并有数个图片示例支撑,适用于初学者弄懂程序,学习思维方法。-License Plate Recognition of a complete program, including positioning the morphological approach used to identify parts of a neural network, the program is relative
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-25
    • 文件大小:8283012
    • 提供者:晨菁
« 1 2 3 4 56 7 8 9 10 ... 13 »
搜珍网 www.dssz.com